From 7ff29c5ede8fc5ff2d2327ca6d875701ed787da1 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 18 Sep 2008 14:27:52 +0000 Subject: [PATCH] Flush NMEA output as we write it. --- gpsbabel/nmea.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/nmea.c b/gpsbabel/nmea.c index 85ad6bfc5..b1a853eb5 100644 --- a/gpsbabel/nmea.c +++ b/gpsbabel/nmea.c @@ -1300,6 +1300,7 @@ nmea_trackpt_pr(const waypoint *wpt) cksum = nmea_cksum(obuf); gbfprintf(file_out, "$%s*%02X\n", obuf, cksum); } + gbfflush(file_out); } static void -- 2.30.2